Design News
FlexBox Rectangles Menu
A retro looking CSS menu with fluid and flexible menu link blocks using CSS Flexbox:
CSS Flexbox 101
This tutorial goes over the key elements that make up CSS Flexbox, and also shows you some common Flexbox patterns to validate its usefulness.
Hamburger Icon Menu
This menu combines the two popular trends of a full screen menu and using an "hamburger" style icon to toggle it to create an elegant mobile friendly menu.
CSS3 Blur Filter Images
See CSS3's blur filter in action on the FIGURE element to blur out an image while showing some text over it.
YouTube Video Gallery
A responsive video gallery script for selecting from a playlist of Youtube videos to play from, with thumbnails auto generated.
CSS Draped Background Buttons
These CSS buttons are endowed with a partially transparent background that "drapes" into view when the mouse rolls over them.
CSS Animated Underline Menu
Animates the underline beneath each menu item's text for an elegant, modern CSS menu.
Understanding JavaScript’s requestAnimationFrame() method
See how to take advantage of JavaScript's requestAnimationFrame() method for smoother and less resource intensive JavaScript animations.